home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-04 | 1.1 KB | 41 lines | [TEXT/KAHL] |
-
- /* function prototypes for Forth2LaTeX 1.9c */
-
- void addName(char *, long int);
- void helpScreen(void);
- int up1(int);
- void Upper(char *);
- void Upper0(char *);
- void Insert(struct tree *, struct tree **);
- void Dispose(struct tree *);
- void ShowSwitches(void);
- int Len(char *);
- void Header(void);
- void Append(char *,char *);
- void AppendCh(char *,int);
- int Equal(char *,char *);
- void Copy(char *,char *,int,int);
- int Same(char *,int,int,char *);
- int Occurs(char *,int,char *);
- void Del(char *,int,int);
- void WriteTheString(FILE *,char *);
- int ReadTheString(FILE *,char *);
- void strclr(char *);
- void StripSuffix(char *,char *);
- void GetProgramInfo(void);
- void CopyHeader(void);
- void HandleComment(int *,char *,char *);
- void HandleFunction(int *,char *,char *,long int *);
- void ProcessString(char *,char *,long int *);
- void MoreProcessString(char *,char *,long int);
- void Display(struct tree *);
- void WalkTree(struct tree *);
- void OutputIndex(void);
- void Convert(char *,long int *);
- void KillTree(struct tree *);
- void UpdateCount(char *,char *);
- void CommandFile(char *);
- void ConvertFile(char *);
- void Init(void);
- void setSwitches(char *);
-